WARNING! EXPECT BUGS!

Installation instructions:

1) Drag 'n drop every folder in your mod (except for "INIT THIS IN YOUR MOD")

2) Add the mod.csv lines to your mod.csv

3) Open up "INIT THIS IN YOUR MOD", you will need to init this script in any way you want, i suggest to use something simple like this one:
thread path\to\your\script\dance::init();
You can edit it if you want!

4)Open up "animtrees\multiplayer.atr" and paste this line inside "legs":
fortnitedefault

5)Open up "mp\playeranim.script" and paste those lines inside "STATE COMBAT" inside "Idle":
		playerAnimType default_dance
		{
			both fortnitedefault
		}

6)Open up "mp\playeranimtypes.txt" and paste this line at the bottom:
default_dance

7)Compile

8)Hold F to play your dance! GL&HF!

-By Rex109